regexp.Regexp.doMatch (method)

4 uses

	regexp (current package)
		exec.go#L513: func (re *Regexp) doMatch(r io.RuneReader, b []byte, s string) bool {
		regexp.go#L527: 	return re.doMatch(r, nil, "")
		regexp.go#L533: 	return re.doMatch(nil, nil, s)
		regexp.go#L539: 	return re.doMatch(nil, b, "")